body{
    background-color: rgb(24, 24, 24);
    justify-content: center;
    margin: 0;
}
header{
    height: 15vh;
    background-color: rgb(24, 24, 24);
    font-size: 40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    align-items: center;
    padding-top: 7vh;
    color: whitesmoke;
}

h1{
    color:white;
    text-align: center;
    padding: 10px 0;
}
.active{
    background-color: #18d26e;
}

.inactive{
    background-color: #012534;
}

.navbar span{
    display: flex;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 1vh;
    color: whitesmoke;
    /* border: red solid; */
    width: 80%;
    max-width: 1250px;
    /* background-color: #012534; */
    transition-duration: 500ms;
    padding: 10px;
}

.navbar span:hover{
    cursor: pointer;
    background-color: #18d26e;
}




.navbar{
    /* border: blue solid; */
    display: flex;
    justify-content: center;
    padding: 0px 10%;
}
.enclosingDiv{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    /* border: 2px red solid; */
    justify-content: center; 
    flex-wrap: wrap;
    transition-duration: 1000ms;
}
.social-links a {
    height: 40px;
}
.profileCard{
    display: inline-block;
    margin: 20px;
    margin-left: 2.5%;
    margin-right: 2.5%;

}
.imgSenator img,.hoverPopUp{
    width: 200px;
    height: 200px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.exec img,.hoverPopUpExec{
    width: 250px;
    height: 250px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.imgSenator{
    display: inline-block;
    /* border: 2px red solid; */
    position: relative;
    transition-duration: 400ms;
}
.imgSenator .hoverPopUp, .hoverPopUpExec{
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    /* transition-duration: 400ms; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* display: none; */
    /* border: 2px blue solid; */
}
.imgSenator:hover{
    transform: scale(1.05);
}
.hoverPopUp p, .hoverPopUpExec p{
    /* margin: auto; */
    /* display: inline; */
    /* width: 150px; */
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.hoverPopUp a, .hoverPopUpExec a{
    text-decoration: none;
}
.hide{
    display: none;
}
.showPopUp{
    display: flex;
}
/* .imgSenator .hoverPopUp:hover{
    background-color: rgba(0,0,0,0.3);
    display: inline-block;
} */
.identity{
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin: 1px;
}









.imgSenator .desc{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
    border-radius: 30px;
    border-bottom-right-radius: 0px;
    /* padding: 16px 0 12px 0; */
}
.desc{
    font-size: 18px;
    padding: 5px 0px;
}
.imgSenator .position{
    font-size: 12px;
    color: #737373;
    font-weight: bold;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 1px;
}
.imgSenator .council{
    font-size: 12px;
    color: #737373;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    margin: 1px;
}
















/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 16px;
}

#footer .social-links {
    width: 100%;
    background: #575757;
    
    margin: 0;
    padding: 8px 0;
}

#footer .social-links > div {
    display: flex;
    flex-direction: row;
    align-items: center;

    width: fit-content;
    margin: 0 auto;
}

#footer .social-links p {
    display: block;
    text-align: center;
    height: fit-content;

    color: #ffffff;
    font-weight: 500;
    font-size: 16px;

    padding: 0;
    margin: 0 8px 0 0;
}

#footer .social-links a {
    display: block;
    height: 40px;
    width: 40px;

    padding: 0;
    margin: 0 8px 0 0;
}

#footer .social-links img {
    width: 100%;
    object-fit: cover;
}

#footer .footer-top {
    background: #111;
    padding: 60px 0 60px 0;
    font-size: 16px;
}

#footer .row {
    flex-wrap: wrap;
}

#footer .footer-row {
    justify-content: center;
}

#footer .footer-top h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28px;
    color: #18d26e;

    position: relative;
    margin: 0;
    padding: 0 2px 4px 2px;
    width: fit-content;

    margin: 0 0 12px 0;
}

#footer .footer-top h3::after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    
    background: #737373;
}

#footer .footer-logo a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

#footer .footer-logo img {
    height: 100%;

    object-fit: contain;
}

#footer .useful-link {
    width: fit-content;
    margin: 0 auto;
}

#footer .useful-link ul {
    list-style: none;
    margin: 0;
}

#footer .useful-link a,
#footer .useful-link a:active {
    color: #ffffff;
    text-decoration: none;
}

#footer .useful-link a:hover {
    color: #18d26e;
    font-weight: 700;
}

#footer .contact-us {
    width: fit-content;
    margin: 0 auto;
}

#footer .contact-us p {
    margin: 0;
}

#footer .copyright {

    text-align: center;
    padding-top: 30px;
    font-size: 12px;
    color: #ccc;

}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}

@media(max-width: 992px) {
    #footer .footer-top {
        padding: 48px 0;
    }

    #footer .footer-row {
        justify-content: start;
    }

    #footer .useful-link {
        margin-left: 0;
    }

    #footer .contact-us {
        margin-right: 0;
    }
}

@media(max-width: 576px) {
    #footer .footer-top {
        padding: 32px 0;
    }

    #footer .footer-row {
        justify-content: center;
    }

    #footer .footer-logo a {
        align-items: center;
    }

    #footer .useful-link {
        margin: 0 auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #footer .contact-us {
        margin: 0 auto;
    }
}














/* footer{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(24,24,24);
    color: white;
}
.social-links{
    background-color: gray;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    width: 100%;
    display: flex;
}
.social-links img{
    height: 40px;
    width: 40px;
}
.social-links p{
    display: block;
    text-align: center;
}
.social-links div{
    display: flex;
    align-items: center;
    
    width: fit-content;
}
footer img, .links{
    margin: 20px;
}
.links a{
    text-decoration: none;
    color: #18d26e;
}

.copyright{
    text-align: center;
    background-color: rgb(24,24,24);
    color: white;
    padding: 20px;
}

@media (max-width:500px) {
    footer{
        display: block;
    }
} */
















